home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1993-10-25 | 1.6 KB | 35 lines | [.Ob./.Ob5] |
- Syntax10.Scn.Fnt
- ParcElems
- Alloc
- Syntax10i.Scn.Fnt
- LineElems
- Alloc
- Compiler.Compile @ most recent selection
- Compiler.Compile * marked viewer
- Compiler.Compile {filename} ~ list of files
- Edit.Open OberonErrors.Text Compiler Error Codes
- The Oberon Compiler accepts the following options:
- s Enable generation of new Symbol File
- a Suppress code generation for ASSERT function
- c Suppress initialization of local pointers to NIL
- x Disable Index Checks
- n Disable NIL Checks
- t Disable Type Checks
- m Minimize run_time checks (requires MOPX.Obj)
- d Generate MacsBug debugger information
- r Suppress reference information for Local Variables
- g Suppress Garbage Collection after this compilation
- Each file parameter may be followed by a slash ("/") and a list of options.
- If garbage collection is suppressed, compilation runs faster but might not
- be completed if too many files or too much memory are used (will trap).
- Examples:
- Compiler.Compile */n
- Compiler.Compile Demo.Mod/xnt Test.Mod/dc ~
- When working with folded texts, use the following
- Folds.Compile * compiles text (possibly with folds)
- Folds.Compile ^ and places error elems
- Folds.Compile ~
- Folds.ShowError * places caret to next error elem (also in folds)
- Folds.SetProfile sets options specified in Folds.Profile
- Folds.Restore collapses folds opened during ShowError
-